You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > Mul Method > clVector.Mul Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.Mul Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)

Multiply all Vec1 elements with corresponding Vec2 elements.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Mul([In] TOpenCLMtxVec Vec1, [In] TOpenCLMtxVec Vec2);

Store the results in calling object. Size and Complex property of calling object are adjusted automatically to match those of Vec1 and Vec2. An exception is raised if Vec1 and Vec2 size and Complex property do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!